projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
b379356
)
(info-lookup-guess-custom-symbol): "?\ " -> "?\s".
author
Juanma Barranquero
<lekktu@gmail.com>
Mon, 27 Nov 2006 13:53:56 +0000
(13:53 +0000)
committer
Juanma Barranquero
<lekktu@gmail.com>
Mon, 27 Nov 2006 13:53:56 +0000
(13:53 +0000)
lisp/info-look.el
patch
|
blob
|
history
diff --git
a/lisp/info-look.el
b/lisp/info-look.el
index 3918eb00eeeab0d3012c329b953d35da35d2bd9f..5097f2f5fdc08aee4aeaf6d5e19e20557c02ce36 100644
(file)
--- a/
lisp/info-look.el
+++ b/
lisp/info-look.el
@@
-583,7
+583,7
@@
Return nil if there is nothing appropriate in the buffer near point."
(point) 'face nil (line-end-position)))
(> end beg))
(subst-char-in-string
- ?\ ?\- (buffer-substring-no-properties beg end)))
+ ?\
s
?\- (buffer-substring-no-properties beg end)))
((or (and (looking-at (concat "[" significant-chars "]"))
(save-excursion
(skip-chars-backward significant-chars)